home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / quasrsql.zip / QUERY06.SQL < prev    next >
Text File  |  1991-10-26  |  55b  |  4 lines

  1. select sno, status
  2.   from s
  3.   where city = 'Paris';
  4.